home *** CD-ROM | disk | FTP | other *** search
/ Total Animated Gifs / Total Animated Gifs.iso / Utilities / text / Rename It / renameit.exe / Renit.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-07-04  |  43KB  |  1,354 lines

  1. object Form1: TForm1
  2.   Left = -14
  3.   Top = 78
  4.   Width = 642
  5.   Height = 450
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Rename It!'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenuEng
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label2: TLabel
  24.     Left = 74
  25.     Top = 355
  26.     Width = 28
  27.     Height = 13
  28.     Caption = 'label2'
  29.     Visible = False
  30.   end
  31.   object Label4: TLabel
  32.     Left = 187
  33.     Top = 355
  34.     Width = 32
  35.     Height = 13
  36.     Caption = 'Label4'
  37.     Visible = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 334
  41.     Top = 290
  42.     Width = 49
  43.     Height = 13
  44.     AutoSize = False
  45.   end
  46.   object Label1: TLabel
  47.     Left = 74
  48.     Top = 337
  49.     Width = 184
  50.     Height = 13
  51.     Caption = 'Select Name               Select Index List'
  52.     Visible = False
  53.   end
  54.   object Label7: TLabel
  55.     Left = 10
  56.     Top = 337
  57.     Width = 46
  58.     Height = 13
  59.     Caption = 'ItemIndex'
  60.     Visible = False
  61.   end
  62.   object Label9: TLabel
  63.     Left = 10
  64.     Top = 355
  65.     Width = 32
  66.     Height = 13
  67.     Caption = 'Label9'
  68.     Visible = False
  69.   end
  70.   object Label5: TLabel
  71.     Left = 279
  72.     Top = 291
  73.     Width = 48
  74.     Height = 13
  75.     Caption = 'Total Files'
  76.   end
  77.   object Label22: TLabel
  78.     Left = 177
  79.     Top = 291
  80.     Width = 26
  81.     Height = 13
  82.     Caption = 'Mask'
  83.   end
  84.   object Button10: TButton
  85.     Left = 350
  86.     Top = 52
  87.     Width = 33
  88.     Height = 231
  89.     TabOrder = 8
  90.   end
  91.   object HeaderControl1: THeaderControl
  92.     Left = 3
  93.     Top = 52
  94.     Width = 378
  95.     Height = 231
  96.     Align = alNone
  97.     Sections = <
  98.       item
  99.         Alignment = taCenter
  100.         AllowClick = False
  101.         MaxWidth = 378
  102.         Width = 170
  103.       end>
  104.     OnSectionTrack = HeaderControl1SectionTrack
  105.   end
  106.   object FilterComboBox1: TFilterComboBox
  107.     Left = 9
  108.     Top = 254
  109.     Width = 159
  110.     Height = 21
  111.     FileList = FileListBox1
  112.     Filter = 'All files (*.*)|*.*|Graph|*.jpg;*.gif;*.bmp|Sound|*.wav;*.voc'
  113.     TabOrder = 0
  114.     OnChange = DirectoryListBox1Change
  115.   end
  116.   object DriveComboBox1: TDriveComboBox
  117.     Left = 9
  118.     Top = 58
  119.     Width = 159
  120.     Height = 19
  121.     DirList = DirectoryListBox1
  122.     TabOrder = 1
  123.     OnChange = DirectoryListBox1Change
  124.   end
  125.   object DirectoryListBox1: TDirectoryListBox
  126.     Left = 9
  127.     Top = 80
  128.     Width = 159
  129.     Height = 169
  130.     Ctl3D = True
  131.     FileList = FileListBox1
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clBlack
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ItemHeight = 16
  138.     ParentCtl3D = False
  139.     ParentFont = False
  140.     TabOrder = 2
  141.     OnChange = DirectoryListBox1Change
  142.   end
  143.   object FileListBox1: TFileListBox
  144.     Left = 177
  145.     Top = 58
  146.     Width = 200
  147.     Height = 218
  148.     Font.Charset = DEFAULT_CHARSET
  149.     Font.Color = clBlack
  150.     Font.Height = -11
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = []
  153.     ItemHeight = 13
  154.     ParentFont = False
  155.     PopupMenu = PopupMenu1
  156.     TabOrder = 3
  157.     OnChange = FileListBox1Change
  158.     OnDblClick = FileListBox1DblClick
  159.   end
  160.   object Button1: TButton
  161.     Left = 280
  162.     Top = 334
  163.     Width = 81
  164.     Height = 27
  165.     Caption = 'Display'
  166.     TabOrder = 4
  167.     Visible = False
  168.     OnClick = Button1Click
  169.   end
  170.   object PageControl1: TPageControl
  171.     Left = 386
  172.     Top = 50
  173.     Width = 242
  174.     Height = 329
  175.     ActivePage = Single
  176.     Font.Charset = DEFAULT_CHARSET
  177.     Font.Color = clBlack
  178.     Font.Height = -11
  179.     Font.Name = 'MS Sans Serif'
  180.     Font.Style = []
  181.     ParentFont = False
  182.     TabOrder = 5
  183.     TabWidth = 60
  184.     OnChange = PageControl1Change
  185.     object Single: TTabSheet
  186.       Caption = 'Single'
  187.       object Shape3: TShape
  188.         Left = 0
  189.         Top = -7
  190.         Width = 233
  191.         Height = 321
  192.         Brush.Color = 16777172
  193.         Pen.Color = 16777156
  194.         Pen.Width = 0
  195.       end
  196.       object Label8: TLabel
  197.         Left = 8
  198.         Top = 207
  199.         Width = 212
  200.         Height = 13
  201.         Caption = 'first upper,invert,capitalize,upper after '#39'x'#39' char'
  202.         Visible = False
  203.       end
  204.       object Label11: TLabel
  205.         Left = 24
  206.         Top = 220
  207.         Width = 133
  208.         Height = 13
  209.         Caption = 'upper in '#39'n'#39' char,to ascii only'
  210.         Visible = False
  211.       end
  212.       object Label10: TLabel
  213.         Left = 128
  214.         Top = 121
  215.         Width = 78
  216.         Height = 13
  217.         Caption = 'chg '#39'x'#39' char to '#39'x'#39
  218.         Visible = False
  219.       end
  220.       object Label6: TLabel
  221.         Left = 48
  222.         Top = 195
  223.         Width = 158
  224.         Height = 13
  225.         Caption = 'del space (all,leave 1,left && right)'
  226.         Visible = False
  227.       end
  228.       object btnGetLocalDT: TButton
  229.         Left = 153
  230.         Top = 230
  231.         Width = 73
  232.         Height = 20
  233.         Caption = 'Current Time'
  234.         TabOrder = 0
  235.         OnClick = btnGetLocalDTClick
  236.       end
  237.       object FileNameEdit: TEdit
  238.         Left = 46
  239.         Top = 68
  240.         Width = 163
  241.         Height = 21
  242.         TabOrder = 1
  243.         Text = 'FileNameEdit'
  244.         OnEnter = FileNameEditEnter
  245.         OnExit = FileNameExtEditExit
  246.         OnKeyPress = FileNameEditKeyPress
  247.       end
  248.       object FileExtEdit: TEdit
  249.         Left = 46
  250.         Top = 94
  251.         Width = 163
  252.         Height = 21
  253.         TabOrder = 2
  254.         Text = 'FileExtEdit'
  255.         OnEnter = FileNameEditEnter
  256.         OnExit = FileNameExtEditExit
  257.         OnKeyPress = FileNameEditKeyPress
  258.       end
  259.       object FileNameCase: TRadioGroup
  260.         Left = 66
  261.         Top = 140
  262.         Width = 75
  263.         Height = 53
  264.         Caption = 'File Name'
  265.         Color = 16777172
  266.         Font.Charset = DEFAULT_CHARSET
  267.         Font.Color = clBlack
  268.         Font.Height = -11
  269.         Font.Name = 'MS Sans Serif'
  270.         Font.Style = []
  271.         ItemIndex = 0
  272.         Items.Strings = (
  273.           'Normal'
  274.           'UPPER'
  275.           'lower')
  276.         ParentColor = False
  277.         ParentFont = False
  278.         TabOrder = 3
  279.         OnClick = FileNameCaseClick
  280.       end
  281.       object btnPrev: TBitBtn
  282.         Left = 8
  283.         Top = 69
  284.         Width = 32
  285.         Height = 19
  286.         Caption = 'Prev'
  287.         TabOrder = 4
  288.         OnClick = btnPrevNextClick
  289.       end
  290.       object btnNext: TBitBtn
  291.         Left = 8
  292.         Top = 97
  293.         Width = 32
  294.         Height = 18
  295.         Caption = 'Next'
  296.         TabOrder = 5
  297.         OnClick = btnPrevNextClick
  298.       end
  299.       object FileExtCase: TRadioGroup
  300.         Left = 151
  301.         Top = 140
  302.         Width = 66
  303.         Height = 53
  304.         Caption = 'File Ext'
  305.         Color = 16777172
  306.         Font.Charset = DEFAULT_CHARSET
  307.         Font.Color = clBlack
  308.         Font.Height = -11
  309.         Font.Name = 'MS Sans Serif'
  310.         Font.Style = []
  311.         ItemIndex = 0
  312.         Items.Strings = (
  313.           'Normal'
  314.           'UPPER'
  315.           'lower')
  316.         ParentColor = False
  317.         ParentFont = False
  318.         TabOrder = 6
  319.         OnClick = FileExtCaseClick
  320.       end
  321.       object BitBtn3: TBitBtn
  322.         Left = 10
  323.         Top = 151
  324.         Width = 47
  325.         Height = 34
  326.         Caption = 'Rename'
  327.         TabOrder = 7
  328.         OnClick = FileNameExtEditExit
  329.       end
  330.       object cbFileNameEdit: TCheckBox
  331.         Left = 211
  332.         Top = 68
  333.         Width = 10
  334.         Height = 19
  335.         Caption = 'cbFileNameEdit'
  336.         Color = 16777172
  337.         ParentColor = False
  338.         State = cbChecked
  339.         TabOrder = 8
  340.         OnClick = cbFileNameEditClick
  341.       end
  342.       object cbFileExtEdit: TCheckBox
  343.         Left = 211
  344.         Top = 94
  345.         Width = 10
  346.         Height = 19
  347.         Caption = 'cbFileNameEdit'
  348.         Color = 16777172
  349.         ParentColor = False
  350.         State = cbChecked
  351.         TabOrder = 9
  352.         OnClick = cbFileNameEditClick
  353.       end
  354.       object rgAutoNext: TRadioGroup
  355.         Left = 24
  356.         Top = 6
  357.         Width = 185
  358.         Height = 49
  359.         Color = 16777172
  360.         Columns = 2
  361.         Ctl3D = True
  362.         Font.Charset = DEFAULT_CHARSET
  363.         Font.Color = clBlue
  364.         Font.Height = -11
  365.         Font.Name = 'MS Sans Serif'
  366.